home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Updates, etc. / PG PRO⁄PG Lite Demos / PG Writer π / PG Writer.INCL < prev    next >
Text File  |  1994-03-28  |  1KB  |  24 lines

  1. '===============================================================================
  2. '=                     Copyright 1992 Staz™ Software, Inc.                     =
  3. '=                             All rights reserved                             =
  4. '=                            "Project.INCL" from PG:PRO                       =
  5. '===============================================================================
  6. INCLUDE FILE 1
  7. COMPILE 0,140'4(DBug) +8(STR#) +128(≠Case)
  8. '
  9. GLOBALS "PG PRO.GLBL"'include standard global file
  10. '{PG7}                                            'PG PRO marker
  11. '{PG8}                                            'PG PRO marker
  12. GOTO"End Of Project Include"
  13. INCLUDE "@Header.INCL"
  14. '===============================================================================
  15. '                     Put your application's LOCAL FNs here
  16. '===============================================================================
  17. LOCAL FN dummy
  18. ' This function just allows there to be something in the resource fork gWhen
  19. ' the include is compiled.  You can remove it after you have added any other
  20. ' local function to the file.
  21. END FN
  22. "End Of Project Include"
  23.  
  24.